GTK Notebook: use the right enum type
authorBen Iofel <iofelben@gmail.com>
Tue, 12 Jan 2016 00:13:30 +0000 (19:13 -0500)
committerBen Iofel <iofelben+github@gmail.com>
Tue, 12 Jan 2016 00:16:36 +0000 (19:16 -0500)
gtk/gtknotebook.c

index b32c9939e3bd1e7b56d7eafaf1ed77c8cbf11abc..f0eef0066fbdda6174770ea75c0245cbf896dd6a 100644 (file)
@@ -3497,7 +3497,7 @@ update_arrow_nodes (GtkNotebook *notebook)
 {
   GtkNotebookPrivate *priv = notebook->priv;
   gboolean arrow[4];
-  GtkImageType up_image_type, down_image_type;
+  GtkCssImageBuiltinType up_image_type, down_image_type;
   const char *style_property_name;
   GtkCssNode *tabs_node;
   gint i;